home *** CD-ROM | disk | FTP | other *** search
/ Clipper Collection / Clipper Collection.iso / clipper7 / clipwind.arc / READ.ME < prev    next >
Text File  |  1988-08-09  |  8KB  |  196 lines

  1.  
  2. Dated - Aug. 9, 1988
  3.  
  4. Several libraries have been released under the shareware concept. 
  5. To give this library more exposure to the user community, it has been
  6. decided that the release verion 2.0 for Summer '87 Clipper will also
  7. be released this way. This is a full working version. Not a demo. This 
  8. is the library that is shipped when an order is received. The decision
  9. to do this was made for several reasons, none of which will I go into at
  10. this time. 
  11.  
  12. For those of you who are not current license holders, please, if you like
  13. and/or use this package, register your copy. A registration form can be 
  14. found in the REGISTER.DOC file.
  15.  
  16. Enuff said
  17. Jim Holley
  18.  
  19. Dated - Mar 14, 1988
  20.  
  21. Version 2.0 is now ready! The old demo programs have been provided as
  22. well as a few others. Please use these as a reference in using the
  23. Windows For Clipper functions. 
  24.  
  25. Enjoy!
  26.  
  27. Dated - Mar 7, 1988 
  28.  
  29. Beta testing was extended due to several new function additions to the 
  30. library. Expected Shipping date for Windows For Clipper Ver. 2.0 
  31. (Summer '87 edition) is scheduled no later than March 14th. Again, sorry
  32. for the delay. 
  33.  
  34. Dated - Feb 2, 1988
  35.  
  36. Please be patient. The update to Summer '87 is in beta test and will be 
  37. ready soon. I think you will be pleased with the extra time taken on this
  38. release. It will support new functions, and function improvements that will
  39. affect the operational speed and versatility of the package. You will be 
  40. notified of the update, or receive your update free depending on purchase
  41. date as soon as it is ready. 
  42.  
  43. Dated - July 27, 1987
  44.  
  45. A new file has been included with package. This file demonstrates
  46. adding a record in a database using the Windows For Clipper
  47. package and Clipper itself. This file has several things that
  48. you may find useful such as a function that will present a message
  49. and request a reponse through use of a window and others. Please
  50. print the source code before compiling, linking and running the
  51. program. I think you will find it interesting. 
  52.  
  53. The file name is WN_ADD.PRG
  54.  
  55. Dated - July 20, 1987
  56.  
  57. The WDEMO.EXE file is no longer include with the Windows For Clipper 
  58. Package due to lack of disk space. The source file is still included.
  59. If you would like to compile and link the demo to create an executable
  60. version, Please execute the following link commands after compiling the
  61. WDEMO.PRG file.
  62.  
  63. FOR PLINK86 --- PLINK86 FI wdemo, cursor LIB clipper, memo, clipwind verbose
  64.  
  65. FOR MS/PC -DOS LINK.EXE --- LINK wdemo cursor,,,CLIPPER MEMO CLIPWIND
  66.  
  67. This will create the executable version of the demo program. 
  68.  
  69. A new file has been included with the package. This file demonstrates 
  70. a visual sequential search within a window. Please refer to the 
  71. WN_SEARC.PRG file to examine the source. Compile, link and watch
  72. the results. This and many more techniques can be used with the Windows
  73. For Clipper routines. If you have any examples or ideas, please send
  74. them to me. I will be happy to pass them along. 
  75.  
  76.  
  77. FUTURE UPDATES
  78. --------------
  79. Dated - June 29, 1987
  80.  
  81. For previous users (the lucky ones), updates/upgrades have been
  82. provided free of charge. This policy has now been changed. In 
  83. the future, all newly registered user will receive one free 
  84. update/upgrade. After that, all update/upgrades will cost $10.00.
  85. All previously registered users will also be charged for any
  86. updates/upgrades after this release (Ver. 1.21). 
  87.  
  88. Please be understanding about this. The cost of providing an
  89. update/upgrade one time is about all I can handle. Some of you
  90. have received 2 or more. 
  91.  
  92. Anyone discovering a bug in any of the modules will receive 
  93. a free update with the fixes in place. 
  94.  
  95. All registered users will be notified by mail of any update/upgrades
  96. available in the future. 
  97.  
  98. Thankyou For Your Support.    (famous quote from Barttles & James)
  99.  
  100.  
  101. FILE LIST
  102. ---------
  103.  
  104. The files included on this disk make up the Windows For Clipper package
  105. Please check to see that all files are included.
  106.  
  107. List of files for Windows for Clipper.
  108.  
  109. CLIPWIND.LIB ................. The Windows for Clipper Library
  110. CLIPWIND.DOC ................. Documentation for Windows For Clipper
  111. CLWIND.BAT ................... Batch file to replace CL.BAT
  112. CLDWIND.BAT .................. Batch file to replace CLD.BAT
  113. PL2.BAT ...................... Example of linking under batch file control
  114. WDEMO.PRG .................... Demo of Windows for Clipper
  115. CUSTOMER.DBF ................. Database used in window demo program
  116. CUSTOMER.DBT ................. Memo file associated with above database
  117. WINDEXT.PRG .................. Declares all window functions for linking 
  118.                                with applications that do not make explicit
  119.                                calls to the window functions. Please read this
  120.                                file for more info.
  121. WN_SEARC.PRG ................. Example file for visual sequential search.
  122. WN_ADD.PRG ................... Example file for Windowed add.
  123. WNDEMO87.PRG ................. The source code for the new demo program.
  124. WINDREF.DOC .................. This file contains a Quick Reference to the 
  125.                                functions available in Windows For Clipper.
  126. REGISTER.DOC ................. This file contains a form for ordering the 
  127.                                Windows For Clipper Library. Pass it around, 
  128.                                PLEASE!
  129. READ.ME ...................... This file
  130.  
  131.  
  132. If any one of these files are missing, please contact me immediately. I 
  133. will arrange for a replacement for any of these files. 
  134.  
  135.  
  136. Windows For Clipper Demo Notes.
  137. -------------------------------
  138.  
  139.   Changes have been made to the demo program. You may be interested in
  140. seeing these new changes. The demo now shows how easy it is to interact
  141. with Clipper. A new section was added to the end of the demo to demonstrate
  142. using Windows For Clipper with the MEMOEDIT function, and standard @ row, col
  143. commands provided with the compiler. Run the demo and watch what it does. 
  144. Then look at the source code and see how easy it was to accomplish. The 
  145. results are rather dramatic considering the small amount of code it took to 
  146. implement.
  147.  
  148.  
  149.  
  150. BUGS AND IMPROVEMENTS
  151. ---------------------
  152. If you discover any bugs or have any suggestions to improve the Windows
  153. For Clipper Package, please let me know. You may get in touch with me 
  154. in the following ways:
  155.  
  156. The Source ------- ID BDH385
  157. At home    ------- Ph. # (404) 564 - 3647 after 6 on week days.
  158.            ------- Address - 1346 Woodington Cir.
  159.                              Lawrenceville, GA 30245
  160.  
  161. You may leave me Email on The Source, call me, or write me at the above 
  162. address. I am very dedicated to this system and any problems will be 
  163. promptly addressed. Also, any improvements will be seriously considered
  164. for inclusion in the library. Naturally, I can't include every whim of 
  165. every programmer (I really wish I could), but those that are of merit 
  166. will be included. 
  167.  
  168.  
  169.  
  170. FOR THOSE PREVIOUSLY REGISTERED
  171. -------------------------------
  172. A new file has been included (WINDEXT.PRG). A simple file that declares
  173. all window functions as external. This is handy in those applications that 
  174. do not make explicit calls to the window functions. Very usefull if your 
  175. application makes calls to the window functions via macros. Please examine
  176. this file for more info and an interesting idea.
  177.  
  178. New key support added to the WN_DBF() function. The documentation has been
  179. changed to reflect the new support. 
  180.  
  181. Further enhancements to the WN_DBF() function have been implemented. Improved
  182. scrolling and limited parameter expression evaluation has been included. 
  183. Please refer to the CLIPWIND.DOC file, WN_DBF() reference for a detailed 
  184. explanation. 
  185.  
  186. Reference section on the SWTE_REC() function is now more thorough in 
  187. describing this function. In past releases it was sparse at best. 
  188. Please review this section for further details.
  189.  
  190.  
  191. END OF FILE
  192. -----------
  193.  
  194. Thankyou
  195. Jim Holley
  196.